| Server IP : 82.208.35.60 / Your IP : 216.73.217.33 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/devel/py-daemon/files/ |
Upload File : |
--- setup.py.orig 2021-04-14 13:08:50.055448000 +0200
+++ setup.py 2021-04-14 13:12:54.776586000 +0200
@@ -67,7 +67,6 @@
zip_safe=False,
setup_requires=[
"docutils",
- "twine",
],
test_suite="setup.test_suite",
tests_require=test_requirements,
@@ -98,11 +97,6 @@
"Topic :: Software Development :: Libraries :: Python Modules",
],
)
-
-# Docutils is only required for building, but Setuptools can't distinguish
-# dependencies properly.
-# See <URL:https://github.com/pypa/setuptools/issues/457>.
-setup_kwargs['install_requires'].append("docutils")
if __name__ == '__main__':