Frage

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 ?

War es hilfreich?

Lösung

CTK isn't available as a standalone package.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top