Remove python 2 from core & buildessential, update doxygen -> 1.9.5 (#7453)

* remove python2 from core, buildessential, and adjust other deps

* doxygen -> 1.9.5
This commit is contained in:
Satadru Pramanik
2022-10-03 15:37:20 -04:00
committed by GitHub
parent ff77d9a0a7
commit 31b7ae8019
12 changed files with 27 additions and 29 deletions

View File

@@ -23,7 +23,7 @@ class Smem < Package
})
depends_on 'buildessential' => :build
depends_on 'python27'
depends_on 'python2'
def self.build
system 'make smemcap'