Commit 7233ce06 authored by cooparo's avatar cooparo
Browse files

python312Packages.python-bitcoinlib: rename from bitcoinlib

parent ebec53b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec {

  propagatedBuildInputs = with python3Packages; [
    gevent msgpack base58 merkletools rsa pysocks pyasn1 websocket-client
    gevent-websocket rencode bitcoinlib maxminddb pyopenssl rich defusedxml
    gevent-websocket rencode python-bitcoinlib maxminddb pyopenssl rich defusedxml
    pyaes coincurve
  ];

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {

  propagatedBuildInputs = with python3Packages; [
    gevent msgpack base58 merkletools rsa pysocks pyasn1 websocket-client
    gevent-websocket rencode bitcoinlib maxminddb pyopenssl
    gevent-websocket rencode python-bitcoinlib maxminddb pyopenssl
  ];

  buildPhase = ''
+2 −2
Original line number Diff line number Diff line
{
  lib,
  bitcoinlib,
  python-bitcoinlib,
  buildPythonPackage,
  fetchFromGitHub,
  gitpython,
@@ -24,7 +24,7 @@ buildPythonPackage rec {
  };

  propagatedBuildInputs = [
    bitcoinlib
    python-bitcoinlib
    gitpython
    pycryptodomex
  ];
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
}:

buildPythonPackage rec {
  pname = "bitcoinlib";
  pname = "python-bitcoinlib";
  version = "0.12.2";
  format = "setuptools";

+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ python3Packages.buildPythonApplication rec {
  # The makefile builds docker containers.
  dontBuild = true;

  propagatedBuildInputs = with python3Packages; [ prometheus-client bitcoinlib riprova ];
  propagatedBuildInputs = with python3Packages; [ prometheus-client python-bitcoinlib riprova ];

  installPhase = ''
    mkdir -p $out/bin
Loading