Skip to content

Commit b01e842

Browse files
authored
Correct patchelf dep (#546)
1 parent 701d938 commit b01e842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
extras = {
6-
"test": ["pytest>=3.4", "jsonschema", "pypatchelf", "pretend", "docker"],
6+
"test": ["pytest>=3.4", "jsonschema", "patchelf", "pretend", "docker"],
77
"coverage": ["pytest-cov"],
88
}
99
extras["coverage"] += extras["test"]

0 commit comments

Comments
 (0)