mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
24 lines
688 B
Diff
24 lines
688 B
Diff
Upstream pull-request: https://github.com/MycroftAI/mycroft-core/pull/2571
|
|
|
|
From 81a5025667b6c000e3f87c35d4357f28888c65f8 Mon Sep 17 00:00:00 2001
|
|
From: Bart Ribbers <bribbers@disroot.org>
|
|
Date: Wed, 6 May 2020 13:55:24 +0200
|
|
Subject: [PATCH] Remove the xmlrunner dep from requirements.txt, it isn't
|
|
actually used anymore
|
|
|
|
---
|
|
requirements.txt | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/requirements.txt b/requirements.txt
|
|
index d0c6cc1a5a7..d265e2e2fc4 100644
|
|
--- a/requirements.txt
|
|
+++ b/requirements.txt
|
|
@@ -8,7 +8,6 @@ tornado==6.0.3
|
|
websocket-client==0.54.0
|
|
requests-futures==0.9.5
|
|
pyalsaaudio==0.8.2
|
|
-xmlrunner==1.7.7
|
|
pyserial==3.0
|
|
psutil==5.6.6
|
|
pocketsphinx==0.1.0
|