14
0

Accepting request 577778 from home:sebix

now with fixed install_requires

OBS-URL: https://build.opensuse.org/request/show/577778
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pythonwhois?expand=0&rev=1
This commit is contained in:
Tomáš Chvátal
2018-02-19 08:15:13 +00:00
committed by Git OBS Bridge
commit ec49af9d4b
6 changed files with 105 additions and 0 deletions

10
remove_argparse_req.patch Normal file
View File

@@ -0,0 +1,10 @@
--- python-whois-60adc3acc2d59627b2e32dc36d27802942e0820d/setup.py 2014-07-23 01:22:50.000000000 +0200
+++ python-whois-60adc3acc2d59627b2e32dc36d27802942e0820d/setup.py 2018-02-18 16:57:09.284672900 +0100
@@ -9,7 +9,6 @@
packages=['pythonwhois'],
package_dir={"pythonwhois":"pythonwhois"},
package_data={"pythonwhois":["*.dat"]},
- install_requires=['argparse'],
provides=['pythonwhois'],
scripts=["pwhois"],
license="WTFPL"