diff options
| author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-09-17 17:45:44 -0300 |
|---|---|---|
| committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-09-17 17:45:44 -0300 |
| commit | 14d3f9dd6d0e2bb0a7513eabd58bdccee6d5a000 (patch) | |
| tree | 0c2f2be5cfcad8fda4ce5547a6aeb2e0a74019fe | |
| parent | 3ce5a128e853bb5efe07409933e33038b2c42b98 (diff) | |
Updated build-depends
| -rw-r--r-- | debian/control | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/debian/control b/debian/control index e9c6fd0fc7c..2271f2a8569 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,9 @@ Build-Depends: debhelper (>= 11~), libboost-date-time-dev, libboost-dev (>> 1.50), + libboost-log-dev, libboost-filesystem-dev, + libboost-system-dev, libboost-iostreams-dev, libboost-program-options-dev, libboost-thread-dev, @@ -23,10 +25,13 @@ Build-Depends: libstemmer-dev, libssl-dev, zlib1g-dev, - python-pymongo, - python-subprocess32, - python-yaml, - python, + python3-pymongo, + python3-yaml, + python3, + python3-psutil, + python3-cheetah, + python3-packaging, + python3-distutils, scons, tzdata, valgrind |
