diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb b/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb index e5223ccd65..ba5bb04db0 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb | |||
| @@ -22,11 +22,9 @@ PACKAGES += "\ | |||
| 22 | ${PN}-conch \ | 22 | ${PN}-conch \ |
| 23 | ${PN}-mail \ | 23 | ${PN}-mail \ |
| 24 | ${PN}-names \ | 24 | ${PN}-names \ |
| 25 | ${PN}-news \ | ||
| 26 | ${PN}-runner \ | 25 | ${PN}-runner \ |
| 27 | ${PN}-web \ | 26 | ${PN}-web \ |
| 28 | ${PN}-words \ | 27 | ${PN}-words \ |
| 29 | ${PN}-flow \ | ||
| 30 | ${PN}-pair \ | 28 | ${PN}-pair \ |
| 31 | ${PN}-core \ | 29 | ${PN}-core \ |
| 32 | " | 30 | " |
| @@ -66,11 +64,9 @@ RDEPENDS:${PN}-test = "${PN} python3-pyhamcrest" | |||
| 66 | RDEPENDS:${PN}-conch = "${PN}-core ${PN}-protocols python3-bcrypt python3-cryptography python3-pickle" | 64 | RDEPENDS:${PN}-conch = "${PN}-core ${PN}-protocols python3-bcrypt python3-cryptography python3-pickle" |
| 67 | RDEPENDS:${PN}-mail = "${PN}-core ${PN}-protocols" | 65 | RDEPENDS:${PN}-mail = "${PN}-core ${PN}-protocols" |
| 68 | RDEPENDS:${PN}-names = "${PN}-core" | 66 | RDEPENDS:${PN}-names = "${PN}-core" |
| 69 | RDEPENDS:${PN}-news = "${PN}-core ${PN}-protocols" | ||
| 70 | RDEPENDS:${PN}-runner = "${PN}-core ${PN}-protocols" | 67 | RDEPENDS:${PN}-runner = "${PN}-core ${PN}-protocols" |
| 71 | RDEPENDS:${PN}-web += "${PN}-core ${PN}-protocols" | 68 | RDEPENDS:${PN}-web += "${PN}-core ${PN}-protocols" |
| 72 | RDEPENDS:${PN}-words += "${PN}-core" | 69 | RDEPENDS:${PN}-words += "${PN}-core" |
| 73 | RDEPENDS:${PN}-flow += "${PN}-core" | ||
| 74 | RDEPENDS:${PN}-pair += "${PN}-core" | 70 | RDEPENDS:${PN}-pair += "${PN}-core" |
| 75 | 71 | ||
| 76 | FILES:${PN}-test = " \ | 72 | FILES:${PN}-test = " \ |
| @@ -152,12 +148,6 @@ FILES:${PN}-names = " \ | |||
| 152 | ${PYTHON_SITEPACKAGES_DIR}/twisted/names \ | 148 | ${PYTHON_SITEPACKAGES_DIR}/twisted/names \ |
| 153 | " | 149 | " |
| 154 | 150 | ||
| 155 | FILES:${PN}-news = " \ | ||
| 156 | ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/twisted_news.py* \ | ||
| 157 | ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/__pycache__/twisted_news*.pyc \ | ||
| 158 | ${PYTHON_SITEPACKAGES_DIR}/twisted/news \ | ||
| 159 | " | ||
| 160 | |||
| 161 | FILES:${PN}-runner = " \ | 151 | FILES:${PN}-runner = " \ |
| 162 | ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/twisted_runner.py* \ | 152 | ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/twisted_runner.py* \ |
| 163 | ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/__pycache__/twisted_runner*.pyc \ | 153 | ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/__pycache__/twisted_runner*.pyc \ |
| @@ -176,15 +166,7 @@ FILES:${PN}-words = " \ | |||
| 176 | ${PYTHON_SITEPACKAGES_DIR}/twisted/words \ | 166 | ${PYTHON_SITEPACKAGES_DIR}/twisted/words \ |
| 177 | " | 167 | " |
| 178 | 168 | ||
| 179 | FILES:${PN}-flow = " \ | ||
| 180 | ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/twisted_flow.py* \ | ||
| 181 | ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/__pycache__/twisted_flow*.pyc \ | ||
| 182 | ${PYTHON_SITEPACKAGES_DIR}/twisted/flow \ | ||
| 183 | " | ||
| 184 | |||
| 185 | FILES:${PN}-pair = " \ | 169 | FILES:${PN}-pair = " \ |
| 186 | ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/twisted_pair.py* \ | ||
| 187 | ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/__pycache__/twisted_pair*.pyc \ | ||
| 188 | ${PYTHON_SITEPACKAGES_DIR}/twisted/pair \ | 170 | ${PYTHON_SITEPACKAGES_DIR}/twisted/pair \ |
| 189 | " | 171 | " |
| 190 | 172 | ||
