From 33bb50423460024166c8cf23f636cede55e3b596 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 2 Mar 2022 10:56:14 -0800 Subject: [PATCH] python3-txws: Define PIP_INSTALL_PACKAGE Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-connectivity/python-txws/python3-txws_0.9.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb b/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb index 7910fcd18a..c075e42700 100644 --- a/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb +++ b/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb @@ -13,3 +13,4 @@ S = "${WORKDIR}/git" inherit setuptools3 +PIP_INSTALL_PACKAGE = "txWS"