We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
patchelf
1 parent 701d938 commit b01e842Copy full SHA for b01e842
setup.py
@@ -3,7 +3,7 @@
3
from setuptools import setup
4
5
extras = {
6
- "test": ["pytest>=3.4", "jsonschema", "pypatchelf", "pretend", "docker"],
+ "test": ["pytest>=3.4", "jsonschema", "patchelf", "pretend", "docker"],
7
"coverage": ["pytest-cov"],
8
}
9
extras["coverage"] += extras["test"]
0 commit comments