pythonPackages.audio-metadata: Fix dependencies
This commit is contained in:
parent
89466bac4a
commit
dc711a8582
@ -1,4 +1,4 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi, pythonOlder
|
{ lib, buildPythonPackage, fetchPypi
|
||||||
, attrs
|
, attrs
|
||||||
, bidict
|
, bidict
|
||||||
, bitstruct
|
, bitstruct
|
||||||
@ -18,9 +18,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "bidict>=0.17,<0.18" "bidict" \
|
--replace "'attrs>=18.2,<19.4'" "'attrs'"
|
||||||
--replace "more-itertools>=4.0,<8.0" "more-itertools" \
|
|
||||||
--replace "pendulum>=2.0,<=3.0,!=2.0.5,!=2.1.0" "pendulum>=2.0,<=3.0"
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -35,8 +33,6 @@ buildPythonPackage rec {
|
|||||||
# No tests
|
# No tests
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/thebigmunch/audio-metadata";
|
homepage = "https://github.com/thebigmunch/audio-metadata";
|
||||||
description = "A library for reading and, in the future, writing metadata from audio files";
|
description = "A library for reading and, in the future, writing metadata from audio files";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user