質問

So I am packaging some code that I have as a proper "pypi-compliant" python package.

The problem is, my python library depends on some python classes in a distro-level only library - specifically cherokee.

Installed via

 aptitude install cherokee

or

pacman -S cherokee

or

emerge cherokee

depending on which distro you use of course.

In my installed cherokee library, I can locate

[root@li280-195 ~]# find / -name "Config.py"
/usr/share/cherokee/admin/CTK/CTK/Config.py

So the question is, how should I indicate in my python library's setup.py, that I depend on Config.py ?

役に立ちましたか?

解決

CTK isn't available as a standalone package.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top