octoprint: fix build
This commit is contained in:
parent
adf1a734ff
commit
d6e8e946fc
@ -94,6 +94,8 @@ in pythonPackages.buildPythonApplication rec {
|
|||||||
-e 's,pyserial>=[^"]*,pyserial,g' \
|
-e 's,pyserial>=[^"]*,pyserial,g' \
|
||||||
-e 's,semantic_version>=[^"]*,semantic_version,g' \
|
-e 's,semantic_version>=[^"]*,semantic_version,g' \
|
||||||
-e 's,wrapt>=[^"]*,wrapt,g' \
|
-e 's,wrapt>=[^"]*,wrapt,g' \
|
||||||
|
-e 's,python-dateutil>=[^"]*,python-dateutil,g' \
|
||||||
|
-e 's,emoji>=[^"]*,emoji,g' \
|
||||||
setup.py
|
setup.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user