python310Packages.dremel3dpy: removal of pinning is no longer needed

This commit is contained in:
Fabian Affolter 2022-06-28 09:03:33 +02:00 committed by GitHub
parent bbdee55013
commit 6e819e8251
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;