8caacdbddc
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=21
14 lines
355 B
Diff
14 lines
355 B
Diff
Index: Faker-1.0.4/setup.py
|
|
===================================================================
|
|
--- Faker-1.0.4.orig/setup.py
|
|
+++ Faker-1.0.4/setup.py
|
|
@@ -78,7 +78,7 @@ setup(
|
|
"freezegun==0.3.11",
|
|
],
|
|
extras_require={
|
|
- ':python_version=="2.7"': [
|
|
+ ':python_version<"3.3"': [
|
|
'ipaddress',
|
|
],
|
|
},
|