python310Packages.dremel3dpy: removal of pinning is no longer needed
This commit is contained in:
parent
bbdee55013
commit
6e819e8251
1 changed files with 0 additions and 5 deletions
|
@ -35,11 +35,6 @@ buildPythonPackage rec {
|
|||
yarl
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
# Ignore the pinning
|
||||
sed -i -e "s/==[0-9.]*//" setup.py
|
||||
'';
|
||||
|
||||
# Module has no tests
|
||||
doCheck = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue