fix dependencies barcodenumber, python-youtube

This commit is contained in:
teutat3s 2024-09-19 12:04:52 +02:00
parent 72dfbfab5f
commit e60d4eb82c
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 7 additions and 3 deletions

View file

@ -4,10 +4,13 @@
}:
buildPythonPackage rec {
pname = "barcodenumber";
version = "0.2.1";
version = "0.5.0";
format = "wheel";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-nW8+m32i42kLR4oC4lrKoBkFYgKHgpZPGAFNJvtLMhc=";
inherit format pname version;
python = "py3";
dist = "py3";
sha256 = "sha256-VZfHLwSF9aDoy5L1x4O2mu8/f2ijYKgyjCrQ1KKY5Ho=";
};
propagatedBuildInputs = [ ];
nativeBuildInputs = [ ];

View file

@ -40,6 +40,7 @@ buildPythonPackage rec {
"pycountry"
"rapidfuzz"
"Unidecode"
"python-youtube"
];
propagatedBuildInputs = [