mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
12 lines
325 B
Python
12 lines
325 B
Python
--- setup.py.orig 2022-03-08 12:04:18 UTC
|
|
+++ setup.py
|
|
@@ -23,8 +23,7 @@ setup(
|
|
url="https://github.com/ns1/ns1-python",
|
|
packages=find_packages(exclude=["tests", "examples"]),
|
|
setup_requires=[
|
|
- "pytest-runner",
|
|
- "wheel",
|
|
+ "pytest-runner"
|
|
],
|
|
tests_require=[
|
|
"pytest",
|