Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (4f11d2430e5b4ac6258e9f5b610d9d15b5c4c743)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (4f11d2430e5b4ac6258e9f5b610d9d15b5c4c743)
  • Date: Mon, 25 Sep 2017 12:04:48 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

python-pypi/meson/DEPENDS | 2 +-
python-pypi/meson/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 4f11d2430e5b4ac6258e9f5b610d9d15b5c4c743
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

meson: needs python3, really

diff --git a/python-pypi/meson/DEPENDS b/python-pypi/meson/DEPENDS
index 67a2500..84f3c48 100755
--- a/python-pypi/meson/DEPENDS
+++ b/python-pypi/meson/DEPENDS
@@ -1,2 +1,2 @@
-. $SECTION_DIRECTORY/PY_DEPENDS &&
+depends python3 &&
depends ninja-build-system
diff --git a/python-pypi/meson/HISTORY b/python-pypi/meson/HISTORY
index 9562f31..1e2cf23 100644
--- a/python-pypi/meson/HISTORY
+++ b/python-pypi/meson/HISTORY
@@ -1,3 +1,6 @@
+2017-09-25 Thomas Orgis <sobukus AT sourcemage.org.
+ * DEPENDS: hard-depends on python3 now
+
2017-09-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.42.1




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (4f11d2430e5b4ac6258e9f5b610d9d15b5c4c743), Thomas Orgis, 09/25/2017

Archive powered by MHonArc 2.6.24.

Top of Page