File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
pkgs/development/python-modules/devolo-plc-api Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1212 segno ,
1313 setuptools-scm ,
1414 syrupy ,
15+ tenacity ,
1516 zeroconf ,
1617} :
1718
1819buildPythonPackage rec {
1920 pname = "devolo-plc-api" ;
20- version = "1.4 .1" ;
21- format = "pyproject" ;
21+ version = "1.5 .1" ;
22+ pyproject = true ;
2223
2324 disabled = pythonOlder "3.8" ;
2425
2526 src = fetchFromGitHub {
2627 owner = "2Fake" ;
2728 repo = "devolo_plc_api" ;
2829 tag = "v${ version } " ;
29- hash = "sha256-EP99AswHmLO+8ZQAPjJyw/P9QqfDawy3AqyJR870Qms =" ;
30+ hash = "sha256-bmZcjvqZwVJzDsdtSbQvJpry2QSSuB6/jOTWG1+jyV4 =" ;
3031 } ;
3132
3233 postPatch = ''
3334 substituteInPlace pyproject.toml \
3435 --replace-fail "protobuf>=4.22.0" "protobuf"
3536 '' ;
3637
37- nativeBuildInputs = [ setuptools-scm ] ;
38+ build-system = [ setuptools-scm ] ;
3839
39- propagatedBuildInputs = [
40+ dependencies = [
4041 httpx
4142 protobuf
4243 segno
44+ tenacity
4345 zeroconf
4446 ] ;
4547
You can’t perform that action at this time.
0 commit comments